home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / lib / def_keys < prev    next >
Text File  |  1996-07-24  |  2KB  |  103 lines

  1. #
  2. # Default keys
  3. #
  4. # <keysym> <keynro> <flags> <string>
  5. #
  6. # <keynro> will typically be the keycode for that key.  While
  7. # keysyms are defined to work across different servers, keycodes are
  8. # server/machine specific. Keycodes are only needed because some keyboards
  9. # (sun's type 5 for one) have keys with no corresponding keysym.
  10. # When loading, all keysyms are converted to keycodes for matching.
  11. #
  12. # flags:
  13. #   N - Normal mode
  14. #   F - Fire mode
  15. #   R - Run mode
  16. #   A - All modes
  17. #   E - Leave in line edit mode
  18. #
  19. #quotedbl 1 AE  
  20. quotedbl 1 AE say 
  21. period 1 N stay fire
  22. # nethack keys
  23. h 1 A west
  24. j 1 A south
  25. k 1 A north
  26. l 1 A east
  27. y 1 A northwest
  28. u 1 A northeast
  29. b 1 A southwest
  30. n 1 A southeast
  31. H 1 A west
  32. J 1 A south
  33. K 1 A north
  34. L 1 A east
  35. Y 1 A northwest
  36. U 1 A northeast
  37. B 1 A southwest
  38. N 1 A southeast
  39. # default cursorkeys
  40. Up 1 A north
  41. Down 1 A south
  42. Left 1 A west
  43. Right 1 A east
  44. # numpad
  45. Up 76 A north
  46. Down 120 A south
  47. Left 98 A west
  48. Right 100 A east
  49. KP_8 1 A north
  50. KP_2 1 A south
  51. KP_4 1 A west
  52. KP_6 1 A east
  53. KP_7 1 A northwest
  54. KP_9 1 A northeast
  55. KP_5 1 A stay
  56. KP_1 1 A southwest
  57. KP_3 1 A southeast
  58. # Sun type 4 keyboards will often have different key names.
  59. KP_Up 1 A north
  60. KP_Down 1 A south
  61. KP_Right 1 A east
  62. KP_Left 1 A west
  63. KP_Home 1 A northwest
  64. KP_Prior 1 A northeast
  65. #Unfortunately, there is no name for the middle key.
  66. #KP_5 1 A stay
  67. KP_End 1 A southwest
  68. KP_Next 1 A southeast
  69. F28 1 A north
  70. F34 1 A south
  71. F30 1 A west
  72. F32 1 A east
  73. F27 1 A northwest
  74. F29 1 A northeast
  75. F31 1 A stay
  76. F33 1 A southwest
  77. F35 1 A southeast
  78. #
  79. a 1 N apply
  80. A 1 N apply inventory
  81. a 1 RF apply
  82. A 1 RF apply
  83. d 1 N disarm
  84. e 1 N examine inventory
  85. E 1 N examine inventory
  86. e 1 RF examine
  87. E 1 RF examine
  88. r 1 R refresh
  89. s 1 A search
  90. S 1 A brace
  91. x 1 NF show
  92. comma 1 A take
  93. Tab 1 N rotatespells 1
  94. Tab 1 FR rotatespells -1
  95. less 1 A rotateinventory -1
  96. greater 1 A rotateinventory 1
  97. question 1 A help
  98. KP_Add 1 A rotateshoottype
  99. KP_Subtract 1 A rotateshoottype -
  100. minus 1 N rotateshoottype -1
  101. plus 1 NF rotateshoottype
  102. at 1 A pickup
  103.